home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / jpeginst / jpeginst.exe / {app} / enhancer.exe / 0 / RCDATA / TIMGFORM / TIMGFORM.txt
Text File  |  2004-11-05  |  3KB  |  115 lines

  1. object ImgForm: TImgForm
  2.   Left = 486
  3.   Top = 215
  4.   HorzScrollBar.Tracking = True
  5.   AutoScroll = False
  6.   BorderIcons = [biMinimize, biMaximize]
  7.   Caption = 'Source Image (100%)'
  8.   ClientHeight = 486
  9.   ClientWidth = 523
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 100
  12.   Constraints.MinWidth = 100
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsMDIChild
  19.   OldCreateOrder = False
  20.   Position = poOwnerFormCenter
  21.   Scaled = False
  22.   Visible = True
  23.   OnClick = ChildFormClick
  24.   OnDestroy = FormDestroy
  25.   OnPaint = FormPaint
  26.   OnResize = OnImgFormResize
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object ScrollBar_Hor: TTeScrollBar
  30.     Left = 0
  31.     Top = 473
  32.     Width = 523
  33.     Height = 13
  34.     Performance = kspNoBuffer
  35.     Visible = False
  36.     Align = alBottom
  37.     ThemeObject = 'default'
  38.     OnChange = ScrollBar_HorChange
  39.   end
  40.   object ScrollBar_Vert: TTeScrollBar
  41.     Left = 510
  42.     Top = 0
  43.     Width = 13
  44.     Height = 473
  45.     Performance = kspNoBuffer
  46.     Visible = False
  47.     Align = alRight
  48.     Orientation = ksoVertical
  49.     ThemeObject = 'default'
  50.     OnChange = ScrollBar_VertChange
  51.   end
  52.   object TeLabel1: TTeLabel
  53.     Left = 216
  54.     Top = 176
  55.     Width = 129
  56.     Height = 29
  57.     Performance = kspNoBuffer
  58.     Visible = False
  59.     Alignment = taCenter
  60.     Caption = 'Processing'
  61.     Color = clBtnFace
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -24
  65.     Font.Name = 'Arial'
  66.     Font.Style = [fsBold]
  67.     ParentColor = False
  68.     ParentFont = False
  69.     ThemeObject = 'default'
  70.   end
  71.   object TeProgressBar1: TTeProgressBar
  72.     Left = 0
  73.     Top = 208
  74.     Width = 510
  75.     Height = 33
  76.     Performance = kspDoubleBuffer
  77.     Visible = False
  78.     BorderWidth = 0
  79.     Position = 0
  80.     Orientation = kpoHorizontal
  81.     ThemeObject = 'default'
  82.     ShowBorder = True
  83.     Smooth = True
  84.   end
  85.   object TeForm1: TTeForm
  86.     Animation.EffectKind = '[ RANDOM ] - Random selection'
  87.     BorderIcons = []
  88.     BorderStyle = kbsStandard
  89.     Gravitation.Size = 9
  90.     Constraints.MinHeight = 100
  91.     SystemMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
  92.     TrayMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
  93.     MinimizeApplication = False
  94.     Performance = ksfpNoBuffer
  95.     StayOnTop = False
  96.     StretchBackground = False
  97.     WindowState = kwsNormal
  98.     ThemeObject = 'default'
  99.     Left = 360
  100.     Top = 64
  101.   end
  102.   object m_pMsgLang: TsmlMsgLangRes
  103.     LangFileName = 'DefLang.ini'
  104.     IgnoreEmptyString = False
  105.     AutoCreateMode = True
  106.     AddBracket = False
  107.     MsgList.Strings = (
  108.       'Result=Result'
  109.       'Source=Source image')
  110.     Active = True
  111.     Left = 16
  112.     Top = 8
  113.   end
  114. end
  115.